From 945a5788210a9bc8ee2b593e43b9e771bc469ca5 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Fri, 30 Oct 2009 12:26:25 +0000 Subject: [PATCH] ar71xx: add preliminary support for the TL-WR841ND v5 board SVN-Revision: 18226 --- src/mktplinkfw.c | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/mktplinkfw.c b/src/mktplinkfw.c index 9bb353e..cb6a59b 100644 --- a/src/mktplinkfw.c +++ b/src/mktplinkfw.c @@ -35,6 +35,7 @@ #define HEADER_VERSION_V1 0x01000000 #define HWID_TL_WR741ND_V1 0x07410001 #define HWID_TL_WR841ND_V3 0x08410003 +#define HWID_TL_WR841ND_V5 0x08410005 #define HWID_TL_WR941ND_V2 0x09410002 #define MD5SUM_LEN 16 @@ -119,6 +120,14 @@ static struct board_info boards[] = { .kernel_la = 0x80060000, .kernel_ep = 0x80060000, .rootfs_ofs = 0x140000, + }, { + .id = "TL-WR841NDv5", + .hw_id = HWID_TL_WR841ND_V5, + .hw_rev = 1, + .fw_max_len = 0x3c0000, + .kernel_la = 0x80060000, + .kernel_ep = 0x80060000, + .rootfs_ofs = 0x140000, }, { .id = "TL-WR941NDv2", .hw_id = HWID_TL_WR941ND_V2, -- 2.30.2